AddRange Method

Summary
Adds the elements of the specified collection to the end of the ListWithEvents<T>.
Syntax
C#
VB
C++
public void AddRange( 
   IEnumerable<T> collection 
) 
  
Public Sub AddRange( _ 
   ByVal collection As IEnumerable(Of T) _ 
)  
public: 
void AddRange(  
   IEnumerable<T^>^ collection 
)  

Parameters

collection
The collection whose elements should be added to the end of the ListWithEvents<T>. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.